From b3685b94e36b68d69db747b4d99bf4db67cef77a Mon Sep 17 00:00:00 2001 From: robertl Date: Tue, 13 Feb 2007 16:34:06 +0000 Subject: [PATCH] Include instructions in garmin_tables.c to build icon tables. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2661 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/garmin_tables.c | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/gpsbabel/garmin_tables.c b/gpsbabel/garmin_tables.c index 0a72e4cce..a82369967 100644 --- a/gpsbabel/garmin_tables.c +++ b/gpsbabel/garmin_tables.c @@ -834,7 +834,18 @@ gt_get_icao_cc(const char *country, const char *shortname) return NULL; } -#if 0 +#if MAKE_TABLE + +/* + * Used to generate icon tables in appendix. + * cc -DMAKE_TABLE garmin_tables.c fatal.o util.o globals.o -lm + */ + +int cet_utf8_to_ucs4(const char *str, int *bytes, int *value) +{ + fatal("Should not be here."); +} + int sortem(const void *a, const void *b) -- 2.30.2